home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Latest Shareware Programs: Warp
/
OS-2 WARP - Latest Shareware Programs.iso
/
zipped.os2
/
repcom
/
oqg.arj
/
D.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-10-29
|
290b
|
16 lines
@echo off
rem Batch file to print the file set indicated by the environment variable
rem PRINT_NAME
:print
cls
echo.
echo Drucken der Installationsanweisung von %FULL_NAME%
echo.
echo Bitte warten...
echo.
copy insttext\%PRINT_NAME% lpt1: > nul
prompt %OLD_PROMPT%
readme